Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn Namespace > AsyncHelper Class > Execute Method : Execute<T>(Action<T>,T) Method |
'Declaration Public Overloads Shared Function Execute(Of T)( _ ByVal d As Action(Of T), _ ByVal state As T _ ) As AsyncResult
'Usage Dim d As Action(Of T) Dim state As T Dim value As AsyncResult value = AsyncHelper.Execute(Of T)(d, state)
public: static AsyncResult^ Executegeneric<typename T> ( Action<T^>^ d, T^ state )